CV0-004: Cloud+ Practice Exam — CV0-004: Cloud+

1. The question bank is cloud-based and updates automatically, with no need for re-acquisition.

2. Available in Chinese and English. It supports online practice, mock exams and PDF downloads.

3. You can practice questions via mini-program or desktop web page. The service is valid for one year.

4. For inquiries, please contact customer service via WeChat, WhatsApp or Line.

Exam information

CV0-004: CompTIA Cloud+

-Exam Overview: For cloud administrators and cloud engineers. It verifies skills in cloud architecture deployment, management, security and troubleshooting.

-Key Specifications:

 - Exam Duration: 90 minutes

 - Number of Questions: Up to 90 (Single choice, multiple choice, scenario-based and performance-based questions)

 - Total Score / Passing Score: 900 / 750

 - Exam Fee: Approximately $392 USD

 - Supported Languages: English, Japanese, etc.

 - Official Registration Link: https://www.comptia.org/certifications/cloud

-Core Topics:

 - Cloud architecture and service models

 - Cloud deployment, administration and maintenance

 - Cloud security, cost optimization and troubleshooting

Sample questions

CV0-004: Cloud+ · Q1
Topic 1 Question #1 A software engineer needs to transfer data over the internet using programmatic access while also being able to query the data. Which of the following will best help the engineer to complete this task?
  • A.
    SQL
  • B.
    Web sockets
  • C.
    RPC
  • D.
    GraphQL

Answer: D

The scenario specifies two non-negotiable requirements: programmatic data transfer over the public internet, and built-in support for data querying as part of the interaction. The suggested answer, GraphQL, directly addresses both requirements as a purpose-built API query language and runtime layer that operates over standard internet transport protocols such as HTTPS to enable secure, structured programmatic access. For the CV0-004 CompTIA Cloud+ certification, this aligns with core domains covering cloud operations, application integration, and secure cloud resource access, where candidates are expected to identify appropriate data access methods for public internet workloads. GraphQL allows engineers to both retrieve precise, user-defined subsets of data via native query functionality and execute data transfers (via mutation operations) in a single programmatic request, making it the optimal fit for the described task. Option Analysis: A. Incorrect. SQL is a query language designed exclusively for interacting with relational databases, not for native, secure programmatic data transfer over the public internet. Exposing SQL endpoints directly to the public internet is a well-documented security anti-pattern covered in CV0-004 cloud security domains, and SQL lacks native transport layer support for internet-based programmatic access, so it does not meet both scenario requirements. B. Incorrect. Web sockets are a transport protocol that enables persistent, bidirectional client-server communication over HTTP, but they do not include native built-in data query functionality. Web sockets act only as a transport layer, requiring custom query logic to be built on top to support data queries, so they do not natively fulfill the query requirement outlined in the scenario. C. Incorrect. Remote Procedure Call (RPC) frameworks are designed to execute predefined code on remote systems programmatically over the internet, but they are focused on procedure execution rather than flexible, native data querying. RPC requires custom, predefined procedures for every potential data query use case, making it far less efficient and fit-for-purpose than a query-native protocol for the stated task, per CV0-004 API use case guidance. D. Correct. GraphQL is an open-source data query and manipulation layer for APIs purpose-built for internet-based programmatic access. It operates over standard public internet protocols, supports precise, flexible data querying where clients can request exactly the data they need, and supports structured data transfer via mutation operations, directly meeting both core requirements in the scenario. This aligns with CV0-004 content covering modern cloud API paradigms for secure, efficient data access and integration. Key Concepts: 1. Cloud API Paradigms: CV0-004 Domain 3 (Cloud Operations) and Domain 4 (Cloud Security) cover evaluation of appropriate API types for programmatic access to cloud resources and data, including tradeoffs between query-focused protocols like GraphQL, procedure-focused protocols like RPC, and transport layers like web sockets. 2. Public-Facing Data Access Best Practices: CV0-004 tests understanding of secure access methods for cloud-hosted data, including the security risk of exposing internal database protocols like SQL directly to the public internet, and the preference for application-layer API protocols for internet-facing programmatic access. 3. Cloud Data Integration: CV0-004 Domain 2 (Cloud Architecture and Design) includes knowledge of data transfer and query methods to support cloud-native application interactions over public networks, prioritizing protocols that align with workload requirements for efficiency and functionality. References: CompTIA Cloud+ (CV0-004) Exam Objectives, https://partners.comptia.org/docs/default-source/default-document-library/comptia-cloud-cv0-004-exam-objectives.pdf AWS What is GraphQL?
CV0-004: Cloud+ · Q2
Topic 1 Question #2 Which of the following is a field of computer science that enables computers to identify and understand objects and people in images and videos?
  • A.
    Image reconstruction
  • B.
    Facial recognition
  • C.
    Natural language processing
  • D.
    Computer vision

Answer: D

For the CompTIA Cloud+ (CV0-004) certification, a core tested domain covers cloud-native artificial intelligence and machine learning (AI/ML) workloads, including identifying core AI/ML field definitions and their appropriate use cases. The question describes a field focused on interpreting visual input (images and videos) to identify and understand objects and people, which is the exact scope of computer vision. This knowledge is tested in CV0-004 to ensure candidates can correctly categorize cloud workloads, select appropriate managed cloud AI services, and plan resource allocation for visual processing tasks. Option Analysis: A. Image reconstruction: Incorrect. Image reconstruction refers to techniques used to restore, enhance, or rebuild incomplete, corrupted, or low-resolution images, not to identify or understand semantic content like objects or people in visual media. This is a specialized processing task, not the overarching field described in the question. B. Facial recognition: Incorrect. Facial recognition is a specific, narrow use case and subset of computer vision focused exclusively on identifying individual people from facial features. It is not the entire field of computer science described, which covers all visual content understanding including non-human object detection, scene analysis, and action recognition in addition to facial identification. C. Natural language processing: Incorrect. Natural language processing (NLP) is the field of computer science focused on interpreting, generating, and processing human language (text and speech) data, not visual media like images or videos. It addresses entirely separate workloads such as chatbots, speech-to-text, and text analytics, so it is unrelated to the scenario described. D. Computer vision: Correct. Computer vision is the overarching field of computer science dedicated to enabling computing systems to extract, interpret, and understand actionable semantic information from visual input including images, video streams, and scanned media. Its capabilities include identifying people, objects, actions, and scene context, which directly matches the definition provided in the question. Key Concepts: 1. Cloud AI/ML Workload Classification: A core CV0-004 knowledge point requires candidates to categorize different AI/ML workload types (including computer vision, NLP, and predictive analytics) to select appropriate cloud resources, managed services, and deployment models that meet performance and cost requirements. 2. Computer Vision vs. Subset Use Cases: CV0-004 tests the ability to distinguish between the overarching computer vision domain and its specific use cases (such as facial recognition, object detection, and optical character recognition) to avoid misclassifying workloads or selecting inappropriate cloud services for a given business requirement. 3. Managed Cloud AI Service Selection: Candidates for CV0-004 are expected to match workload requirements to corresponding managed cloud AI services, for example, selecting cloud computer vision services for automated content moderation, retail shelf analysis, or public safety video analytics use cases. References: CompTIA Cloud+ (CV0-004) Official Exam Objectives, Microsoft Azure AI Services: Computer Vision Overview, https://learn.microsoft.com/en-us/azure/ai-services/computer-vision/overview
CV0-004: Cloud+ · Q3
Topic 1 Question #3 A company needs to deploy its own code directly in the cloud without provisioning additional infrastructure. Which of the following is the best cloud service model for the company to use?
  • A.
    PaaS
  • B.
    SaaS
  • C.
    IaaS
  • D.
    XaaS

Answer: A

The scenario describes a requirement to deploy custom proprietary code in the cloud without the overhead of provisioning or managing underlying infrastructure. Per CompTIA Cloud+ CV0-004 domain 1 knowledge of cloud service models and responsibility assignment, this use case directly aligns with the Platform as a Service (PaaS) model. PaaS eliminates the need for customers to manage server hardware, operating systems, middleware, runtime environments, or network infrastructure, allowing teams to focus exclusively on developing and deploying their own application code and associated data, which matches the stated business need exactly. Option Analysis: A. PaaS: Correct. As defined in the CV0-004 exam objectives, PaaS delivers a fully managed development and deployment platform where the cloud provider handles all underlying infrastructure, platform patching, runtime maintenance, and resource scaling. Customers only need to deploy their custom code and manage application data, with no requirement to provision or administer infrastructure, which perfectly meets the company's requirements. B. SaaS: Incorrect. Software as a Service is a fully managed, pre-built application delivery model where customers only access and use existing software provided by the cloud vendor. Customers cannot deploy their own custom code on standard SaaS offerings, so this model does not address the company's need to run its own code. C. IaaS: Incorrect. Infrastructure as a Service provides virtualized infrastructure resources such as virtual machines, block storage, and virtual networks that the customer is responsible for provisioning, configuring, and maintaining. This model requires the customer to manage infrastructure directly, which is explicitly what the company is seeking to avoid. D. XaaS: Incorrect. Anything as a Service is a broad umbrella term that refers to all cloud-based service offerings delivered over the internet, rather than a specific, discrete service model. It is too general to be the correct answer for this specific use case, as it does not describe a defined service model that supports custom code deployment without infrastructure management. Key Concepts: 1. NIST Cloud Service Model Definitions: This core CV0-004 knowledge area covers the standard definitions for IaaS, PaaS, and SaaS as defined in NIST SP 800-145, including the division of management responsibilities between cloud providers and customers for each model. 2. Cloud Service Model Use Case Alignment: CompTIA Cloud+ CV0-004 tests the ability to match business requirements to the appropriate cloud service model, including identifying PaaS as the optimal choice for custom application deployment with minimal infrastructure administration overhead. 3. Shared Responsibility Model: This foundational CV0-004 concept defines which components of the cloud stack are managed by the provider versus the customer. For PaaS deployments, the provider manages all infrastructure, platform, and runtime layers, leaving the customer responsible only for application code, data, and access controls. References: CompTIA Cloud+ (CV0-004) Official Exam Objectives, NIST SP 800-145: The NIST Definition of Cloud Computing, https://csrc.nist.gov/publications/detail/sp/800-145/final
CV0-004: Cloud+ · Q4
Topic 1 Question #4 A company just learned that the data in its object storage was accessed by an unauthorized party. Which of the following should the company have done to make the data unusable?
  • A.
    The company should have switched from object storage to file storage.
  • B.
    The company should have hashed the data.
  • C.
    The company should have changed the file access permissions.
  • D.
    The company should have encrypted the data at rest.

Answer: D

The scenario describes an unauthorized access event to object storage, with the core requirement of ensuring accessed data cannot be used by the unauthorized party. This aligns with the CV0-004 Cloud+ domain of cloud data security, specifically confidentiality controls for stored data. Encryption at rest is designed specifically to protect data when an adversary gains direct access to underlying storage media or objects: it converts plaintext data to unreadable ciphertext that can only be decrypted with a controlled cryptographic key. Even if access controls are bypassed, encrypted data remains unusable to parties without the correct key, directly addressing the scenario's requirement. Option Analysis: A. Incorrect. Switching storage types from object to file storage does not address the core issue of rendering accessed data unusable. File storage is equally vulnerable to unauthorized access leading to usable data exposure if no additional confidentiality controls are implemented, so this control is irrelevant to the scenario requirement. B. Incorrect. Hashing is a one-way cryptographic function used for integrity verification, not confidentiality of usable data. If the company hashed its stored data, it would be unable to retrieve the original plaintext data for its own business use, making this control impractical for active storage. Hashing does not support reversible access for authorized users, so it is not a valid solution here. C. Incorrect. File access permissions are preventive access controls that restrict who can access storage resources, but they do not render data unusable if access is successfully obtained by an unauthorized party, for example via misconfiguration, credential compromise, or insider threat. The scenario confirms unauthorized access already occurred, so permissions failed to prevent access and do not meet the requirement of making accessed data unusable. D. Correct. Encryption at rest encrypts all data stored in object storage using cryptographic keys that are only accessible to authorized users and systems. When an unauthorized party gains access to encrypted object storage data, they only obtain unreadable ciphertext that cannot be converted back to usable plaintext without the decryption key, which is stored separately and strictly controlled. This directly meets the requirement of making accessed data unusable for unauthorized parties, per CV0-004 cloud security best practices. Key Concepts: 1. Data at Rest Encryption: A core cloud security control defined in CV0-004 objectives that protects the confidentiality of data stored on persistent cloud storage media, ensuring data is unreadable to any party without valid decryption keys even if direct access to the storage is achieved. 2. Cloud Security Control Classification: CV0-004 requires candidates to differentiate between control types: access controls such as permissions prevent access, integrity controls such as hashing verify data has not been altered, and confidentiality controls such as encryption ensure data cannot be read if accessed. 3. Breach Impact Reduction: A key CV0-004 data protection objective is implementing controls that limit the impact of a successful unauthorized access event; encryption of sensitive data is a primary control for reducing breach severity by rendering exfiltrated data unusable. References: CompTIA Cloud+ (CV0-004) Exam Objectives, AWS Encryption at Rest Whitepaper
CV0-004: Cloud+ · Q5
Topic 1 Question #5 A customer relationship management application, which is hosted in a public cloud IaaS network, is vulnerable to a remote command execution vulnerability. Which of the following is the best solution for the security engineer to implement to prevent the application from being exploited by basic attacks?
  • A.
    IPS
  • B.
    ACL
  • C.
    DLP
  • D.
    WAF

Answer: D

The scenario involves an unpatched remote command execution (RCE) vulnerability in a public cloud IaaS hosted web-based customer relationship management (CRM) application, with a requirement to block basic exploit attempts targeting this application layer flaw. Per CV0-004 CompTIA Cloud+ security domain knowledge, application layer attacks require controls that can inspect the full content of web traffic, not just lower-level network attributes. The suggested answer D (WAF) is purpose-built for this use case, as it operates at OSI Layer 7 to inspect HTTP/HTTPS request payloads for signatures and patterns associated with common web exploits including RCE, cross-site scripting, and SQL injection, even before the underlying application vulnerability can be patched. This directly prevents basic RCE exploit attempts from reaching the vulnerable CRM application, which fully aligns with the scenario requirements. Option Analysis: A. IPS: Incorrect. An Intrusion Prevention System (IPS) operates primarily at OSI Layers 3 and 4, with limited deep packet inspection capabilities designed for general network threat mitigation rather than targeted web application protection. It cannot reliably detect or block RCE payloads embedded in legitimate web traffic on allowed ports such as 80 and 443, so it is not the optimal solution for this scenario. B. ACL: Incorrect. Access Control Lists (ACLs) are stateless or stateful packet filters that restrict traffic based on IP address, port, and protocol only. They have no ability to inspect the content of application layer payloads to identify RCE exploit attempts, so they cannot block attacks sent over allowed web ports to the publicly accessible CRM application. C. DLP: Incorrect. Data Loss Prevention (DLP) tools are designed to monitor and prevent unauthorized exfiltration of sensitive data from an organization's environment. They do not inspect or block incoming exploit attempts targeting application vulnerabilities like RCE, so they are irrelevant to the scenario's requirement of preventing exploitation of the CRM flaw. D. WAF: Correct. A Web Application Firewall (WAF) is specifically engineered to protect web applications by filtering all incoming HTTP/HTTPS traffic between the public internet and the hosted application. WAFs include pre-configured rule sets that detect and block common OWASP Top 10 web exploits, including remote command execution, which directly addresses the vulnerability in the hosted CRM application. This is the most appropriate control for the given scenario per CV0-004 security domain requirements. Key Concepts: 1. Cloud Security Control Tiers: The CV0-004 exam tests the ability to select appropriate controls based on the OSI layer of the target threat. RCE is an application layer (Layer 7) threat, so lower-layer controls like ACLs and IPS are insufficient, while Layer 7 controls like WAF are the effective choice. 2. WAF Functional Capabilities: As a core cloud security tool covered in the CV0-004 objectives, WAFs are designed to mitigate unpatched web application vulnerabilities by blocking exploit attempts at the network edge, eliminating the need to immediately modify the underlying application code or underlying IaaS infrastructure. 3. OWASP Top 10 Threat Mitigation: The CV0-004 exam covers mitigation strategies for common web application threats listed in the OWASP Top 10, which includes injection flaws such as remote command execution, for which WAFs are a primary industry-recommended control. References: CompTIA Cloud+ (CV0-004) Official Exam Objectives, AWS WAF Developer Guide: Protecting Web Applications from Common Exploits, https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html

FAQ

How many practice questions are available for CV0-004: Cloud+?

This question bank includes 314 CV0-004: Cloud+ practice questions covering single and multiple choice, each with answers and explanations.

Are CV0-004: Cloud+ practice questions available in Chinese and English?

Yes, CV0-004: Cloud+ practice questions are provided in both Chinese and English.

Can I try CV0-004: Cloud+ practice questions for free?

Yes. Free sample questions are available on this page, and the full question bank is available after signing up on Zhangxuetu.